func internal/poll.errClosing
6 uses
internal/poll (current package)
fd.go#L42: func errClosing(isFile bool) error {
fd_mutex.go#L203: return errClosing(fd.isFile)
fd_mutex.go#L222: return errClosing(fd.isFile)
fd_mutex.go#L240: return errClosing(fd.isFile)
fd_poll_runtime.go#L120: return errClosing(isFile)
fd_unix.go#L95: return errClosing(fd.isFile)
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)